Skip to content

Comments

Upgrade projects to support .NET 9.0#36

Open
pNovikau wants to merge 2 commits intomainfrom
dotnet-upgrade
Open

Upgrade projects to support .NET 9.0#36
pNovikau wants to merge 2 commits intomainfrom
dotnet-upgrade

Conversation

@pNovikau
Copy link
Member

@pNovikau pNovikau commented Dec 27, 2024

CHANGE TYPE

  • Major
  • Minor
  • Patch

GITHUB ISSUE LINK

N/A

IMPACT, DEPENDENCIES AND TEST CONSIDERATIONS

  • Removed net7.0 from all projects
  • Added net9.0 to all projects
  • Disabled CA1515: Consider making public types internal in test/GodelTech.Microservices.Swagger.Tests/.editorconfig
    • Test classes cannot be internal
  • Disabled CA1515: Consider making public types internal in test/GodelTech.Microservices.Swagger.IntegrationTests/.editorconfig
    • Test classes cannot be internal
  • Disabled IDE0028: Use collection initializers or expressions in src/GodelTech.Microservices.Swagger/.editorconfig
    • Feature 'collection expressions' is available in language version 12.0 or greater.

- Removed `net7.0` from all projects
- Added `net9.0` to all projects
- Disabled CA1515 in `test/GodelTech.Microservices.Swagger.Tests/.editorconfig`
- Disabled CA1515 in `test/GodelTech.Microservices.Swagger.IntegrationTests/.editorconfig`
- Disabled IDE0028 in `src/GodelTech.Microservices.Swagger/.editorconfig`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant